home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.ACTIONS.PRELOAD.HTM.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  3.9 KB  |  154 lines

  1. 
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.         
  6.         <title>Preload Images</title>
  7.         <meta http-equiv="msthemecompatible" content="yes">
  8.         <meta name="DHTMLScriptName" content="Preload &Images">
  9.         
  10.         <meta name="DialogResizable" content="true">
  11.         
  12.         <meta name="DialogSize" content="550,265">
  13.         
  14.         <style>
  15.             button                { width: 8em }                    
  16.             table                { border: none; border-collapse: collapse }        
  17.         </style>
  18.         <script type="text/JavaScript">
  19.             var L_OkFailed_ErrorMessage        = "Please enter a URL to preload, or press 'Cancel' to continue.";        
  20.             var L_AllImageFiles_Text        = "All Image Types";        
  21.         </script>
  22.         <script type="text/JavaScript" src="FPLib.js"></script>
  23.         <script type="text/JavaScript" src="Strings.js"></script>
  24.         <script type="text/JavaScript" src="Preload.js"></script>
  25.         <script type="text/JavaScript" src="_Preload.js"></script>
  26.     </head>
  27.     <body onload="initializeForm()">
  28.         <form id="theForm" name="theForm" onsubmit="onOk(); return false;">
  29.             <table width="100%" height="100%">
  30.                 <tr height="100%">
  31.                     <td width="100%">
  32.                         <table width="100%" height="100%">
  33.                             <tr>
  34.                                 <td nowrap>
  35.                                     <label for="edFileURL" accesskey="i">
  36.                                     
  37.                                     
  38.                                         <u>I</u>mage Source File: 
  39.                                     </label>
  40.                                 </td>
  41.                                 <td width="100%" dir="ltr">
  42.                                     <input tabindex="1" id="edFileURL" style="width: 100%" type="text" name="T1" size="34" onkeyup="SyncControlStates()">
  43.                                 </td>
  44.                                 <td>
  45.                                      
  46.                                 </td>
  47.                                 <td>
  48.                                     <button tabindex="2" accesskey="b" onclick="GetFileURL()">
  49.                                     
  50.                                     
  51.                                         <u>B</u>rowse...
  52.                                     </button>
  53.                                 </td>
  54.                             </tr>
  55.                             <tr>
  56.                                 <td>
  57.                                      
  58.                                 </td>
  59.                                 <td>
  60.                                     <table width="100%">
  61.                                         <tr>
  62.                                             <td>
  63.                                                 <button id="btnAdd" accesskey="a" tabindex="3" onclick="AddImage( edFileURL.value )">
  64.                                                 
  65.                                                 
  66.                                                     <u>A</u>dd
  67.                                                 </button>
  68.                                             </td>
  69.                                             <td>
  70.                                                  
  71.                                             </td>
  72.                                             <td>
  73.                                                 <button id="btnRemove" accesskey="r" tabindex="4" onclick="RemoveImage()">
  74.                                                 
  75.                                                 
  76.                                                     <u>R</u>emove
  77.                                                 </button>
  78.                                             </td>
  79.                                             <td width="100%">
  80.                                                  
  81.                                             </td>
  82.                                         </tr>
  83.                                     </table>
  84.                                 </td>
  85.                             </tr>
  86.                             <tr height="100%">
  87.                                 <td>
  88.                                     <table width="100%" height="100%">
  89.                                         <tr>
  90.                                             <td nowrap>
  91.                                                 <label for="selImageList">
  92.                                                     
  93.                                                     <u>P</u>reload Images: 
  94.                                                 </label>
  95.                                             </td>
  96.                                         </tr>
  97.                                         <tr>
  98.                                             <td height="100%">
  99.                                                  
  100.                                             </td>
  101.                                         </tr>
  102.                                     </table>
  103.                                 </td>
  104.                                 <td>
  105.                                     <select accesskey="p" dir="ltr" id="selImageList" name="selImageList" size="2" style="width: 100%; height: 100%" onchange="SelectionChanged()" tabindex="5">
  106.                                         
  107.                                     </select>
  108.                                 </td>
  109.                             </tr>
  110.                         </table>
  111.                     </td>
  112.                 </tr>
  113.                 <tr>
  114.                     <td>
  115.                         <hr>
  116.                     </td>
  117.                 </tr>
  118.                 <tr>
  119.                     <td width="100%">
  120.                         <table width="100%">
  121.                             <tr>
  122.                                 <td width="100%">
  123.                                      
  124.                                 </td>
  125.                                 <td>
  126.                                     <table>
  127.                                         <tr>
  128.                                             <td>
  129.                                                 <button id="btnOk" tabindex="6" value="OK" type="submit">
  130.                                                         
  131.                                                         OK
  132.                                                     </button>
  133.                                             </td>
  134.                                             <td>
  135.                                                  
  136.                                             </td>
  137.                                             <td>
  138.                                                 <button id="btnCancel" tabindex="7" value="Cancel" onclick="onCancel()">
  139.                                                     
  140.                                                     Cancel
  141.                                                 </button>
  142.                                             </td>
  143.                                         </tr>
  144.                                     </table>
  145.                                 </td>
  146.                             </tr>
  147.                         </table>
  148.                     </td>
  149.                 </tr>
  150.             </table>
  151.         </form>
  152.     </body>
  153. </html>
  154.